home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: tstevens@ix.netcom.com (Edward Stevens )
- Newsgroups: comp.lang.c
- Subject: char* string problem
- Date: 5 Jan 1996 15:14:33 GMT
- Organization: Netcom
- Message-ID: <4cjf8p$eeu@cloner2.ix.netcom.com>
- NNTP-Posting-Host: ix-wh5-25.ix.netcom.com
- X-NETCOM-Date: Fri Jan 05 7:14:33 AM PST 1996
-
- I need to prepend some switch characters to some strings I am
- passing to a main I have renamed for use as a function.
-
- The calling program looks like:
-
- char *Aprefix = " -A";
-